-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cors): append access-control-max-age
header to preflight response
#856
Conversation
This reverts commit 1c0b60f.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #856 +/- ##
==========================================
+ Coverage 77.83% 79.45% +1.62%
==========================================
Files 47 43 -4
Lines 4286 3291 -995
Branches 611 797 +186
==========================================
- Hits 3336 2615 -721
+ Misses 933 673 -260
+ Partials 17 3 -14 ☔ View full report in Codecov by Sentry. |
Can you please add a regression test? |
access-control-max-age
header to preflight responseaccess-control-max-age
header to preflight response
I added tests and fixed the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
resolves #854